EMBENET_BR_JoinRule Struct ReferenceembeNET Border Router C API

Detailed Description

Single rule that governs the constrained join process.

Data Fields

EMBENET_EUI64 uid
 
EMBENET_PSK psk
 128-bit (16-byte) pre-shared key used to authenticate the joining device More...
 

Field Documentation

◆ uid

EMBENET_EUI64 EMBENET_BR_JoinRule::uid

UID of the remote device, UID=0 is a special case of universal rule called zero-rule. zero-rule may be used to support many devices with the same PSK key without a necessity of formulating individual rules for every one of them. Note that many zero-rules may co-exsist simultaneously.

◆ psk

EMBENET_PSK EMBENET_BR_JoinRule::psk

128-bit (16-byte) pre-shared key used to authenticate the joining device


The documentation for this struct was generated from the following file:
Go to Top